sf bug 805259
authorRaymond Penners <pennersr@src.gnome.org>
Sun, 14 Sep 2003 09:47:25 +0000 (09:47 +0000)
committerRaymond Penners <pennersr@src.gnome.org>
Sun, 14 Sep 2003 09:47:25 +0000 (09:47 +0000)
modules/engines/ms-windows/ChangeLog.old
modules/engines/ms-windows/wimp_style.c

index ec3c69480091929c8fb1956e8f247b328755d8f8..bda016228b19d164a44ac88eb36353d76b6f771f 100755 (executable)
@@ -1,3 +1,10 @@
+2003-09-14  Raymond Penners  <raymond@dotsphinx.com>\r
+\r
+       * === Released 0.4.1 ===\r
+       \r
+       * src/wimp_style.c: Due to a bug lots of console message\r
+       complaining about "unexpected keyword `fg'" occured, fixed.\r
+\r
 2003-09-11  Dom Lachowicz <cinamod@hotmail.com>\r
 \r
        * src/Theme/gtk-2.0/gtkrc: Remove unused cruft wrt GtkScrollbars\r
index 61ac88cd105c4ac0f013f915c471062f65437bb8..4ef61863b7662f20e2fde476af7b02a32d48c0c8 100755 (executable)
@@ -371,7 +371,7 @@ setup_system_styles(GtkStyle *style)
   /* enable coloring for text on buttons
      TODO: use GetThemeMetric for the border and outside border */
   sprintf(buf, "style \"wimp-button\" = \"wimp-default\"\n"
-         "fg[NORMAL] = { %d, %d, %d }\n"
+         "{fg[NORMAL] = { %d, %d, %d }\n"
          "default_border = { 1, 1, 1, 1 }\n"
          "default_outside_border = { 0, 0, 0, 0 }\n"
          "child_displacement_x = 1\n"